Skip to content

don't lowercase the endpoint (only the url) #12

@ahdam

Description

@ahdam

replace this:
const url = ${this.serverUrl}${this.endpoint}.toLowerCase()
with this:
const url = ${this.serverUrl}.toLowerCase()+${this.endpoint}

in Operation.js

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