You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered: