clarkwinkelmann
i routed a page with using this in extend.php page
(new Extend\Routes('admin'))
->post('/AlbakuKomut','Albatu.Komut' , BilgehanAlbatu::class),
when i trying to post a thing with using this
app.request({
method: "POST",
url: "../../../Admin/AlbatuKomut",
params: {komut: this.komut, packadi: this.packadi},
deserialize: val => val,
})
it was works in beta 14
but now its not allowing that
about that ---> siteadress.com/admin?#/ –– that --> #?
if i can run a php function with another way how can i do that