thinknimble / tn-spa-bootstrapper

A production-ready Django SPA app on Heroku in 20 minutes or less!
https://tn-spa-bootstrapper-staging.herokuapp.com/
MIT License
8 stars 9 forks source link

Fix base_url issue #319

Closed paribaker closed 2 months ago

paribaker commented 2 months ago

The axios-instance expects a base_url without the final '/' but GH Actions' injected base_url does append it, '/' here we are accepting both.

What this does

Add a description of what feature/page this PR intends to add or change.

Checklist

How to test

Add user steps to achieve desired functionality for this feature.