No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    ProxyTable where does it go in .15 config file

    Framework
    2
    2
    563
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dgk last edited by

      I use featherjs and had this json in my index file under config/ in .14, Where exactly does that go in the new quasar.conf.js file??

      	proxyTable: {
      		'/api': {
      			// target: 'http://192.168.0.31:3030', // http
      			// target: 'https://lights-backend.kebler.net', 
      			target: 'http://localhost:3030',
      			changeOrigin: true
      		}
      	}
      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        http://quasar-framework.org/guide/app-api-proxying.html

        1 Reply Last reply Reply Quote 0
        • First post
          Last post