Skip to content

Commit

Permalink
refactor api v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Apr 24, 2024
1 parent 884beb9 commit c53a132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/compress/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# MIT License
#
# Copyright (c) 2023 Hiway Media
# Copyright (c) 2023-2024 Hiway Media
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 2 additions & 3 deletions src/compress/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# MIT License
#
# Copyright (c) 2023 Hiway Media
# Copyright (c) 2023-2024 Hiway Media
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -22,8 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
TNGRM_BASE_URL = "https://api.tngrm.io/api/v3.0"
#AUTH_LOGIN = "/external/auth/login"
TNGRM_BASE_URL = "https://api-compress.hiway.media/api/v4.0"
GET_CATEGORIES = "/external/upload/categories"
CREATE_CATEGORY = GET_CATEGORIES + "/create"
#
Expand Down

0 comments on commit c53a132

Please sign in to comment.