How to change url prefix to access data #4278
              
                
                  
                  
                    Answered
                  
                  by
                    wolfgangwalther
                  
              
          
                  
                    
                      vmgonzalez1990
                    
                  
                
                  asked this question in
                Q&A
              
            -
| How can I change the prefix from this http://localhost:3000/todos to this http://localhost:3000/rest/v1/todos | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            wolfgangwalther
          
      
      
        Aug 21, 2025 
      
    
    Replies: 1 comment 4 replies
-
| You'll need a reverse proxy, for example nginx, for that. PostgREST does not support this itself. | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
      Answer selected by
        wolfgangwalther
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
You'll need a reverse proxy, for example nginx, for that. PostgREST does not support this itself.