constant.js 130 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
import React from 'react'

function constant (){
    return'http://localhost:8084/elearning-ws2'
}
    


export default constant