Skip to content

Specify base URL in the android app #263

@thisjt

Description

@thisjt

Would it be possible to allow us to specify our base URL in the android app? I already have an express NodeJS app running online and I'm planning to integrate the API to that. Upon reconstructing the API requests, it seems that our base URL is /v1. That's fine by me, but it would be nice if I can configure this.

In the server URL input in the android app I tried specifying my own base URL by extending it from https://example.com to https://example.com/smsapi and I should expect it to do requests either in /smsapi or /smsapi/v1 but in the server logs it's still doing requests in /v1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions