api snapshot public_url bugfix #12

Closed
pedro wants to merge 0 commits from api_bugfix_public-url into main
Owner

with the following code the URL is more appropriate (it basically
mirrors the user's request)

before:

http://localhost/device/{id}

after

http://localhost:8000/device/{id}
with the following code the URL is more appropriate (it basically mirrors the user's request) before: http://localhost/device/{id} after http://localhost:8000/device/{id}
pedro added 1 commit 2024-10-15 11:16:49 +00:00
d04216ad79 api snapshot public_url bugfix
with the following code the URL is more appropriate (it basically
mirrors the user's request)

before:

    http://localhost/device/{shortid}

after

    http://localhost:8000/device/{shortid}
cayop added 25 commits 2024-10-18 13:28:24 +00:00
cayop closed this pull request 2024-11-08 08:58:41 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ereuse/devicehub-django#12
No description provided.