AmplicaLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
0 stars 2 forks source link

32 remove v2 from endpoints #34

Closed claireolmstead closed 1 month ago

claireolmstead commented 1 month ago

Purpose

The goal of this PR is to remove the v1 and v2 prefixes from endpoints.

Closes #32

Solution

Remove all v1/ and v2/ prefixes from endpoint naming and calls to those endpoints.

Change summary

Steps to Verify

  1. Run swagger and check to see that no endpoints have v1/ or v2/ naming
  2. When testing an endpoint, you should not see v1/ or v2/ in the Request URL.

Additional details / screenshot