Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Error in utils.js #2

Open
fableh opened this issue Nov 27, 2017 · 1 comment
Open

Error in utils.js #2

fableh opened this issue Nov 27, 2017 · 1 comment

Comments

@fableh
Copy link

fableh commented Nov 27, 2017

Hi all,

there is al littel error/type in the excercise 3.
Im the Utils.js the ajax post call has the wrong url:

$.ajax({
type: "POST",
url: "country/country.xsjs",

should be change to:

$.ajax({
type: "POST",
url: "/country.xsjs",

thx and br,
fabian

@beckermarc
Copy link
Contributor

https://github.com/SAP/cloud-xsa-hybrid-deployment-tutorial/tree/master/exercise2#step-4---adding-business-logic-with-javascript suggests to place the country.xsjs under a country subfolder. Seems like you omitted that, but debugged the issue successfully yourself :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants