first commit
This commit is contained in:
@ -27,7 +27,7 @@ function DataSet(props) {
|
||||
});
|
||||
|
||||
himpunan_fuzzy = props.data.himpunan_fuzzy;
|
||||
url = "http://127.0.0.1:5000/";
|
||||
url = "https://myfuzzybe2.herokuapp.com//";
|
||||
|
||||
table_rule_base = rule_base.map((item, index) => {
|
||||
return (
|
||||
|
||||
@ -71,7 +71,7 @@ function InputData(props) {
|
||||
setLoading(true);
|
||||
try {
|
||||
//fetch api post
|
||||
const response = await fetch("http://127.0.0.1:5000/", {
|
||||
const response = await fetch("https://myfuzzybe2.herokuapp.com/", {
|
||||
method: "POST",
|
||||
body: formdata,
|
||||
})
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
reactStrictMode: false,
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
|
||||
Reference in New Issue
Block a user