make server url configurable in dev mode

This commit is contained in:
Frederik Kriewitz 2024-02-13 09:41:25 +01:00
parent 4e3e7b10ce
commit e641b319f7
5 changed files with 4 additions and 19 deletions

View file

@ -139,7 +139,6 @@ export default {
slug: this.newFeedSlug,
metadataDetails: this.metadataDetails
}
if (this.$isDev) payload.serverAddress = `http://localhost:3333${this.$config.routerBasePath}`
console.log('Payload', payload)
this.$axios